Skip to content

Conversation

@JDevlieghere
Copy link

There are a lot of lldb commands whose result is really one or more ValueObjects that we then print with the ValueObjectPrinter. Now that we have the ability to access the SBCommandReturnObject through a callback (llvm#125006), we can store the resultant ValueObjects in the return object, allowing an IDE to access the SBValues and do its own rich formatting.

rdar://143965453

…127566)

There are a lot of lldb commands whose result is really one or more
ValueObjects that we then print with the ValueObjectPrinter. Now that we
have the ability to access the SBCommandReturnObject through a callback
(llvm#125006), we can store the resultant ValueObjects in the return object,
allowing an IDE to access the SBValues and do its own rich formatting.

rdar://143965453

 Conflicts:
	lldb/include/lldb/Interpreter/CommandReturnObject.h
@JDevlieghere JDevlieghere requested a review from a team as a code owner February 19, 2025 23:23
@JDevlieghere
Copy link
Author

@swift-ci test

@JDevlieghere
Copy link
Author

@swift-ci test

@JDevlieghere JDevlieghere merged commit 1b4e578 into stable/20240723 Feb 20, 2025
2 of 3 checks passed
@JDevlieghere JDevlieghere deleted the cherrypick-stable/20240723-f62f13d5db21 branch February 20, 2025 06:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants